home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / GAMEORTS / BASEBL.LZH / NEWRCD.BAT < prev    next >
DOS Batch File  |  1988-05-01  |  702b  |  21 lines

  1. echo off
  2. cls
  3. if exist norcd.dmy goto nrcd1
  4. echo Can't Delete Current Record Files Becaues NORCD.DMY is required.
  5. echo You should have a file named NORCD.DMY as part of this distribution.
  6. echo If you do, and it is in the directory with ALL other baseball routines
  7. echo then there is a problem with this distribution.
  8. echo Contact R J Yuma at the following address:
  9. echo --------------   2111 Latham #121
  10. echo --------------   Mountain View, Calif 94040
  11. goto xit
  12. :nrcd1
  13. echo Are you sure you want to DELETE old records ?
  14. echo Press any key to DELETE or
  15. echo Press Ctrl-Break to QUIT and ANSWER
  16. echo Terminate batch job (Y/N)? With a Y
  17. pause
  18. del baseball.rcd>nul
  19. del bat.rcd>nul
  20. :xit
  21.